home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TDLGCONVERT / TDLGCONVERT.txt
Text File  |  1997-02-13  |  2KB  |  102 lines

  1. object DlgConvert: TDlgConvert
  2.   Left = 237
  3.   Top = 164
  4.   HelpContext = 7
  5.   ActiveControl = LongName
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Translation data'
  9.   ClientHeight = 111
  10.   ClientWidth = 416
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 401
  22.     Height = 59
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 20
  29.     Width = 53
  30.     Height = 13
  31.     Caption = '&Long name'
  32.     FocusControl = LongName
  33.   end
  34.   object Label2: TLabel
  35.     Left = 16
  36.     Top = 44
  37.     Width = 54
  38.     Height = 13
  39.     Caption = '&Short name'
  40.     FocusControl = ShortName
  41.   end
  42.   object OKBtn: TBitBtn
  43.     Left = 86
  44.     Top = 76
  45.     Width = 77
  46.     Height = 27
  47.     Caption = '&OK'
  48.     TabOrder = 3
  49.     Kind = bkOK
  50.     Margin = 2
  51.     Style = bsNew
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object CancelBtn: TBitBtn
  56.     Left = 170
  57.     Top = 76
  58.     Width = 77
  59.     Height = 27
  60.     Caption = '&Cancel'
  61.     TabOrder = 4
  62.     Kind = bkCancel
  63.     Margin = 2
  64.     Style = bsNew
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object Tested: TCheckBox
  69.     Left = 248
  70.     Top = 42
  71.     Width = 65
  72.     Height = 17
  73.     Caption = '&Tested'
  74.     TabOrder = 2
  75.   end
  76.   object LongName: TEdit
  77.     Left = 76
  78.     Top = 16
  79.     Width = 325
  80.     Height = 20
  81.     TabOrder = 0
  82.     OnDblClick = LongNameDblClick
  83.   end
  84.   object ShortName: TEdit
  85.     Left = 76
  86.     Top = 40
  87.     Width = 161
  88.     Height = 20
  89.     TabOrder = 1
  90.   end
  91.   object BitBtn1: TBitBtn
  92.     Left = 254
  93.     Top = 76
  94.     Width = 77
  95.     Height = 27
  96.     TabOrder = 5
  97.     OnClick = BitBtn1Click
  98.     Kind = bkHelp
  99.     Style = bsNew
  100.   end
  101. end
  102.